go/types.Checker.newNamedInstance (method)

2 uses

	go/types (current package)
		instantiate.go#L133: 		res = check.newNamedInstance(pos, orig, targs, expanding) // substituted lazily
		named.go#L261: func (check *Checker) newNamedInstance(pos token.Pos, orig *Named, targs []Type, expanding *Named) *Named {